![]() |
PATH![]() |
When passing the applet locator data structure to the JMNewAppletLocatorFromInfo function, you can provide optional parameters to be passed to the applet for execution. Such parameters are defined by the JMLibOptionalParams data type.
struct JMLIBOptionalParams {
JMTextRef fParamName;
JMTextRef fParamValue;
};
Previous | Back Up One Level | Next |